/*@font-face {
   font-family:'jiangxi';
   src: url('../fonts/jiangxi.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}
.ff{
   font-family: "jiangxi";
}*/
body {
  padding-top: 80px;
}

.header {
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 333;
  background: white;
  width: 100%;
  box-shadow: 0px 4px 5px -2px #afafaf;
}
.header .container2 {
  position: relative;
  display: flex;
  overflow: visible;
  justify-content: space-between;
}
.header .logo img {
  max-width: 80%;
}
.header .header_menu {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.header .header_menu ul {
  display: flex;
  align-items: center;
}
.header .header_menu ul li {
  margin: 0 20px;
}
.header .header_menu ul li:hover a, .header .header_menu ul li.active a {
  color: #183883;
}
.header .header_menu ul li a {
  font-size: 18px;
  color: black;
}
.header .search2 {
  display: none;
  position: absolute;
  z-index: 33;
  right: 0;
  bottom: -42px;
}

.footer {
  background: #242627;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer .container2 {
  display: flex;
  justify-content: space-between;
}
.footer .lf .message {
  font-size: 14px;
  color: white;
  line-height: 2;
  margin-top: 10px;
  opacity: 0.68;
}
.footer .rt {
  text-align: center;
}
.footer .rt p {
  font-size: 16px;
  opacity: 0.68;
  color: white;
  margin-top: 10px;
}
.footer .center_box .title {
  font-size: 18px;
  font-weight: bold;
  color: white;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.footer .center_box nav li {
  width: 30%;
  margin-bottom: 20px;
}
.footer .center_box nav li a {
  display: block;
  font-size: 16px;
  color: white;
  opacity: .9;
}

@media (max-width: 768px) {
  .footer .container2 {
    display: block;
  }

  .footer .lf {
    margin-bottom: 20px;
  }

  .footer .lf .name {
    font-size: 16px;
  }

  .footer .logo {
    text-align: center;
  }

  .footer .lf .message {
    text-align: center;
  }
}
.shipin_box {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 333;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.shipin_box.on {
  display: flex;
}
.shipin_box #iframe_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shipin_box iframe {
  width: 1000px;
  height: 600px;
  margin: 0 auto;
  display: block;
}
.shipin_box video {
  display: block;
  width: 1000px;
  height: 600px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .shipin_box video {
    width: 100%;
    height: 300px;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
